home *** CD-ROM | disk | FTP | other *** search
- object creatdir: Tcreatdir
- Left = 293
- Top = 254
- Width = 249
- Height = 132
- Caption = 'Create Dir'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 126
- Height = 13
- Caption = 'Enter New Directory Name'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 225
- Height = 57
- Shape = bsFrame
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 209
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 160
- Top = 72
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 80
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-